lib/gpg-verify-result: Add missing floating annotation
authorJonathan Lebon <jonathan@jlebon.com>
Wed, 9 Feb 2022 19:29:50 +0000 (14:29 -0500)
committerJonathan Lebon <jonathan@jlebon.com>
Wed, 9 Feb 2022 19:35:31 +0000 (14:35 -0500)
commitc5ecef0aa453a1ba2e9fb9a2319bf4a9999a5180
tree871ca5bf762975a523f0644a52941170d95760ef
parent0eaad8762b73c23a3c13b5fdaa40f47677527a0b
lib/gpg-verify-result: Add missing floating annotation

I think I'm hitting issues due to this while using the Rust bindings:
https://github.com/coreos/rpm-ostree/pull/3406#issuecomment-1033084956

The bindings for those APIs use `from_glib_full` which says:

> Because ownership can only be transferred if something is already
> referenced, this is unsuitable for floating references.
src/libostree/ostree-gpg-verify-result-dummy.c
src/libostree/ostree-gpg-verify-result.c